From 9e0a453e90b859aea0826c606acc14776b6d3416 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 8 Dec 2005 00:39:06 +0000 Subject: [PATCH] bcr option "radius" fixed. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1636 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/bcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/bcr.c b/gpsbabel/bcr.c index 702ea814c..e2e1e58e9 100644 --- a/gpsbabel/bcr.c +++ b/gpsbabel/bcr.c @@ -60,7 +60,7 @@ static arglist_t bcr_args[] = { {"index", &rtenum_opt, "Index of route to write (if more the one in source)", NULL, ARGTYPE_INT, "1", NULL }, {"name", &rtename_opt, "New name for the route", NULL, ARGTYPE_STRING }, - {"radius", &radius_opt, "Radius of our big earth (default 6371000 meters)", NULL, ARGTYPE_FLOAT }, + {"radius", &radius_opt, "Radius of our big earth (default 6371000 meters)", "6371000", ARGTYPE_FLOAT }, {0, 0, 0, 0, 0} }; -- 2.30.2